Revert "Merge branch 'gtk_egl_wayland' into 'master'"
authorMatthias Clasen <mclasen@redhat.com>
Wed, 30 Dec 2020 03:32:18 +0000 (03:32 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 30 Dec 2020 03:32:18 +0000 (03:32 +0000)
This reverts merge request !3011

gdk/wayland/gdksurface-wayland.c
gdk/wayland/gdkwaylandsurface.h

index 296acdf2bbd13abf347a47f94064b7c70517cc28..dd0d1891fa405836c977d8e498bbde9b885ecc26 100644 (file)
@@ -4209,7 +4209,7 @@ gdk_wayland_surface_get_wl_output (GdkSurface *surface)
   return NULL;
 }
 
-struct wl_egl_window *
+static struct wl_egl_window *
 gdk_wayland_surface_get_wl_egl_window (GdkSurface *surface)
 {
   GdkWaylandSurface *impl = GDK_WAYLAND_SURFACE (surface);
index 180903ff7c0fcf0e6e873c068c058d0e9cb114c4..851a4d5607fea1cdfde191a7fe7b5c351f8f5d1f 100644 (file)
@@ -62,9 +62,6 @@ GType                    gdk_wayland_popup_get_type               (void);
 GDK_AVAILABLE_IN_ALL
 struct wl_surface       *gdk_wayland_surface_get_wl_surface       (GdkSurface *surface);
 
-GDK_AVAILABLE_IN_ALL
-struct wl_egl_window    *gdk_wayland_surface_get_wl_egl_window    (GdkSurface *surface);
-
 typedef void (*GdkWaylandToplevelExported) (GdkToplevel *toplevel,
                                             const char  *handle,
                                             gpointer     user_data);